
/* E 企业申请ICP许可证常见困扰 */
.module .consult-wrap {
  text-align: center;
}
.module .consult-wrap > * {
  display: inline-block;
  vertical-align: middle;
}
.module .consult-wrap .con-text {
  position: relative;
  left: 0;
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  color: #fc7657;
  font-weight: bold;
  padding-right: 35px;
  margin-right: 7px;
  background: url(../images/hand.png) no-repeat right 0 center;
}
.module .consult-wrap .btn-wrap {
  width: 394px;
  height: 52px;
  line-height: 50px;
  border: 1px solid #fc7657;
}
.module .consult-wrap .btn-wrap a {
  width: 139px;
  height: 50px;
  background-color: #fc7657;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.module .consult-wrap .btn-wrap span {
  text-indent: 22px;
  font-size: 16px;
  color: #666666;
}
.module .consult-wrap .btn-wrap span em {
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  color: #fc7657;
  font-weight: bold;
}
.module-title {
  position: relative;
  text-align: center;
  padding: 90px 0 30px;
}
.module-title img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
}
.module-title h3 {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  z-index: 2;
}
.module-title h3::after,
.module-title h3::before {
  content: '';
  position: absolute;
  width: 94px;
  height: 12px;
  bottom: 11px;
}
.module-title h3::after {
  left: -127px;
  background: url(../images/title-ico-l.png) no-repeat 0 0;
  background-size: cover;
}
.module-title h3::before {
  right: -127px;
  background: url(../images/title-ico-r.png) no-repeat 0 0;
  background-size: cover;
}
.module-title p {
  font-size: 16px;
  color: #888888;
  text-align: center;
}

.main .module-form {
  border-top: 1px solid transparent;
  padding-bottom: 40px;
}
.main .module-form .container {
  margin-top: -26px;
  position: relative;
    z-index: 2;
}
.main .module-form .form {
  height: 221px;
  background-color: #ffffff;
  box-shadow: 0px 16px 44px 5px rgba(255, 211, 201, 0.19);
  border-radius: 2px;
}
.main .module-form .form .form-title {
  position: relative;
  height: 53px;
  line-height: 53px;
  padding-left: 30px;
  background-color: #ffebe6;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.main .module-form .form .form-title span {
  font-size: 15px;
  color: #333333;
  font-weight: normal;
  margin-left: 3px;
}
.main .module-form .form .form-title::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 18px;
  background-color: #fc7657;
}
.main .module-form .form .form-main {
  padding-left: 42px;
  margin-top: 5px;
}
.main .module-form .form .form-main .form-item {
  float: left;
  margin-right: 32px;
  margin-top: 20px;
}
.main .module-form .form .form-main .form-item:nth-child(1) .ipt-wrap input {
  background: #f4f4f4 url(../images/form_com.png) no-repeat 14px center;
}
.main .module-form .form .form-main .form-item:nth-child(2) .ipt-wrap input {
  background: #f4f4f4 url(../images/form_city.png) no-repeat 14px center;
}
.main .module-form .form .form-main .form-item:nth-child(4) .ipt-wrap input {
  background: #f4f4f4 url(../images/form_phone.png) no-repeat 14px center;
}
.main .module-form .form .form-main .form-item:nth-child(5) .ipt-wrap input {
  background: #f4f4f4 url(../images/form_key.png) no-repeat 14px center;
}
.main .module-form .form .form-main .form-item:nth-child(3n) {
  margin-right: 0;
}
.main .module-form .form .form-main .form-item > * {
  display: inline-block;
  vertical-align: middle;
}
.main .module-form .form .form-main .form-item > label {
  min-width: 80px;
  font-size: 16px;
  color: #333333;
}
.main .module-form .form .form-main .form-item .ipt-wrap input {
  width: 313px;
  height: 48px;
  border-radius: 2px;
  padding: 0 40px;
  border: 1px solid transparent;
}
.main .module-form .form .form-main .form-item .ipt-wrap input:focus {
  border: 1px solid #fc7657;
}
.main .module-form .form .form-main .form-item .ipt-wrap input[name="sjwz"] {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
  display: inline-block;
}
.main .module-form .form .form-main .form-item .ipt-wrap label {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding-left: 23px;
  color: #666;
  margin-right: 30px;
  background: url(../images/radio-n-ico.jpg) no-repeat 0 center;
  cursor: pointer;
}
.main .module-form .form .form-main .form-item .ipt-wrap label.active {
  background: url(../images/radio-s-ico.png) no-repeat 0 center;
}
.main .module-form .form .form-main .form-item .ipt-wrap .get-code {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 46px;
  width: 98px;
  font-size: 16px;
  color: #fc7657;
  background-color: transparent;
}
.main .module-form .form .form-main .form-item .ipt-wrap .get-code::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 1px;
  height: 16px;
  background-color: #ccc;
}
.main .module-form .form .form-main .form-item .sub-btn {
  width: 270px;
  height: 48px;
  background-color: #fc7657;
  border-radius: 24px;
  font-size: 17px;
  color: #ffffff;
}
.main .module-form .module-main {
  margin-bottom: 40px;
}
.main .module-form .module-main .card-left {
  width: 49%;
	margin-right: 10px;
  height: 493px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.2);
  padding: 12px 16px 0 12px;
}
.main .module-form .module-main .card-left > * {
  display: inline-block;
}
.main .module-form .module-main .card-left .card-img {
  width: 261px;
  height: 461px;
  margin-right: 13px;
}
.main .module-form .module-main .card-left .text {
  width: 252px;
  vertical-align: top;
}
.main .module-form .module-main .card-left .text h3 {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-bottom: 11px;
}
.main .module-form .module-main .card-left .text p {
  line-height: 24px;
  color: #666666;
  margin-bottom: 19px;
}
.main .module-form .module-main .card-left .text p span {
  color: #ff9160;
}
.main .module-form .module-main .card-left .text .orange {
  line-height: 26px;
  color: #ff9160;
}
.main .module-form .module-main .card-left .apply-btn {
  display: block;
  width: 240px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background-color: #fc7657;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
}
.main .module-form .module-main .card-right {
  width: 50%;
  height: 493px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.2);
  padding: 13px;
}
.main .module-form .module-main .card-right table {
  border: solid 1px #eaf1f6;
}
.main .module-form .module-main .card-right table tr {
  height: 58px;
}
.main .module-form .module-main .card-right table tr td {
  border: solid 1px #eaf1f6;
  text-align: center;
  vertical-align: middle;
}
.main .module-form .module-main .card-right table tr td:nth-child(1) {
  width: 160px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.main .module-form .module-main .card-right table tr td:nth-child(2) {
  width: 443px;
  font-size: 16px;
  color: #666666;
}
.main .module-form .module-main .card-right h3 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin: 21px 0 2px;
}
.main .module-form .module-main .card-right p {
  color: #999999;
}
.main .module-form .module-main .card-right img {
  margin-left: -10px;
}
.main .module-info {
  height: 929px;
  background: url(../images/mod2_bg.png) no-repeat center 0;
  background-size: cover;
}
.main .module-info .module-main {
  font-size: 0;
  margin-bottom: 40px;
}
.main .module-info .module-main img:first-child {
  margin-right: 62px;
}
.main .module-perplex {
  padding-bottom: 40px;
}
.main .module-perplex ul {
  position: relative;
  width: 797px;
  height: 385px;
  background: url(../images/mod3_img.png) no-repeat center center;
  background-size: cover;
  margin: 80px auto 16px;
}
.main .module-perplex ul li {
  position: absolute;
  left: -240px;
  top: 210px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #666666;
  background-color: rgba(96, 174, 255, 0.1);
  border-radius: 20px 20px 0px 20px;
  padding: 10px 24px 10px 17px;
}
.main .module-perplex ul li:hover {
  color: #fff;
  background-color: #60aeff;
}
.main .module-perplex ul li::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -17px;
  width: 15px;
  height: 17px;
  background: url(../images/jiao-l.png) no-repeat 0 0;
}
.main .module-perplex ul li::before {
  content: '';
  position: absolute;
  right: -7px;
  bottom: -24px;
  width: 13px;
  height: 13px;
  background: url(../images/circle.png) no-repeat 0 0;
  z-index: 2;
}
.main .module-perplex ul li:nth-child(2) {
  left: -142px;
  top: 24px;
}
.main .module-perplex ul li:nth-child(3) {
  top: -60px;
  left: 283px;
  border-radius: 20px;
}
.main .module-perplex ul li:nth-child(3)::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
  width: 30px;
  height: 16px;
  background: url(../images/jiao-c.png) no-repeat 0 0;
}
.main .module-perplex ul li:nth-child(3)::before {
  left: 0;
  right: 0;
  bottom: -24px;
  margin: auto;
}
.main .module-perplex ul li:nth-child(4),
.main .module-perplex ul li:nth-child(5) {
  left: auto;
  right: -240px;
  top: -45px;
  border-radius: 20px 20px 20px 0px;
}
.main .module-perplex ul li:nth-child(4)::after,
.main .module-perplex ul li:nth-child(5)::after {
  width: 15px;
  height: 17px;
  background: url(../images/jiao-r.png) no-repeat 0 0;
  left: 0;
  bottom: -17px;
}
.main .module-perplex ul li:nth-child(4)::before,
.main .module-perplex ul li:nth-child(5)::before {
  left: -5px;
  bottom: -21px;
}
.main .module-perplex ul li:nth-child(5) {
  left: auto;
  right: -243px;
  top: 182px;
}
.main .module-sove {
  background: #f1f3f5 url(../images/mod4_bg.png) no-repeat center 0;
  background-size: contain;
  padding-bottom: 40px;
}
.main .module-sove .module-title h3 {
  color: #fff;
}
.main .module-sove .module-title h3::after {
  background: url(../images/title-white-l.png) no-repeat 0 0;
  background-size: cover;
}
.main .module-sove .module-title h3::before {
  right: -127px;
  background: url(../images/title-white-r.png) no-repeat 0 0;
  background-size: cover;
}
.main .module-sove .module-main {
  margin-bottom: 25px;
}
.main .module-sove .module-main li {
  float: left;
  width: 390px;
  height: 309px;
  background-color: #ffffff;
  padding: 10px;
  margin: 0 15px 14px 0;
  text-align: center;
}
.main .module-sove .module-main li:nth-child(3n) {
  margin-right: 0;
}
.main .module-sove .module-main li img {
  width: 370px;
  height: 180px;
}
.main .module-sove .module-main li h3 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin: 12px 0 7px;
}
.main .module-sove .module-main li p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.main .module-sove .module-main li .detail {
  text-decoration: underline;
  color: #ed9731;
}
.main .module-sove .module-main li .contact-btn {
  display: block;
  width: 240px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background-color: #fc7657;
  border-radius: 4px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  margin: 28px auto;
}
.main .module-flow {
  background-color: #f1f3f5;
  padding-bottom: 40px;
}
.main .module-flow .module-main {
  font-size: 0;
}
.main .module-flow .module-main img:first-child {
  margin-right: 71px;
}
.main .module-need {
  height: 402px;
}
.main .module-dedi {
  height: 660px;
  background-color: #f1f3f5;
}
.main .module-dedi .module-title img {
  bottom: 58px;
}
.main .module-dedi .tab {
  width: 412px;
  margin-right: 20px;
}
.main .module-dedi .tab ul li {
  float: left;
  margin: 0 12px 15px 0;
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  text-align: center;
}
.main .module-dedi .tab ul li img {
  margin: 40px 0 10px;
}
.main .module-dedi .tab ul li p {
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.main .module-dedi .tab ul li.active {
  background-color: #445faf;
}
.main .module-dedi .tab ul li.active p {
  color: #fff;
}
.main .module-dedi .tab ul li:nth-child(2n) {
  margin-right: 0;
}
.main .module-dedi .list {
  width: 767px;
  height: 416px;
  background-color: #ffffff;
  padding: 0 36px;
}
.main .module-dedi .list .card-item {
  display: none;
}
.main .module-dedi .list .card-item.active {
  display: block;
}
.main .module-dedi .list .card-item h3 {
  position: relative;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin: 23px 0 34px;
}
.main .module-dedi .list .card-item h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 30px;
  height: 3px;
  background-color: #fd7851;
}
.main .module-dedi .list .card-item p {
  line-height: 24px;
  color: #666666;
  height: 72px;
  margin-bottom: 25px;
}
.main .module-dedi .list .card-item ul li {
  float: left;
  width: 220px;
  margin-right: 17px;
  text-align: center;
}
.main .module-dedi .list .card-item ul li:last-child {
  margin-right: 0;
}
.main .module-dedi .list .card-item ul li img {
  width: 220px;
  height: 180px;
}
.main .module-dedi .list .card-item ul li p {
  color: #666666;
  margin-top: 7px;
}
